←Select platform

Remove<T> Method

Summary

Removes an entry from the cache.

Syntax
C#
VB
C++
Java
public override T Remove<T>( 
   string key, 
   string regionName 
) 
Public Overrides Function Remove(Of T)( 
   ByVal key As String, 
   ByVal regionName As String 
) As T 
public:  
   generic<typename T> 
   virtual T Remove( 
      String^ key, 
      String^ regionName 
   ) override 
@Override 
public <T> T remove(String key, Class<?> classOfT, String regionName) 

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in cache.

Return Value

The value of the item removed from the cache if found, otherwise; null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.